home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / grafik / raytracing / rayshade-4.0.6.3 / rayfiles / rsdefs / docs / csg.doc < prev    next >
Text File  |  1994-08-09  |  1KB  |  36 lines

  1. CSG Objects
  2. ===========
  3.  
  4.     Many of the superprimitives are defined to be valid CSG objects and
  5. can be used in building larger CSG objects much like a normal CSG-valid
  6. primitive (like sphere or cube).
  7.  
  8.  
  9. /****************************************************************************
  10.  *
  11.  *    CSG objects.  This is a list of objects that should
  12.  * give valid results as parts of CSG operations.
  13.  *
  14.  */
  15.  
  16. RSPboxframe()        <rounded.rh>
  17. RSPcube()        <regsolids.rh>
  18. RSPcylinder_board()    <chess.rh>
  19. RSPdodecahedron()    <regsolids.rh>
  20. RSPicosahedron()    <regsolids.rh>
  21. RSPoctahedron()        <regsolids.rh>
  22. RSProundedbox()        <rounded.rh>
  23. RSProundedcylinder()    <rounded.rh>
  24. RSProundeddisc()    <rounded.rh>
  25. RSPskysphere()        <sky.rh>
  26. RSPtetrahedron()    <regsolids.rh>
  27. RSPtriprism()        <prisms.rh>   /* conditional, see prisms.rh */
  28. RSPtoothbrush()        <clean.rh>
  29. RSPsoapbar()        <clean.rh>
  30. RSPsoap_dish()        <clean.rh>
  31. RSPsoap_and_dish()    <clean.rh>
  32. RSPglass()        <clean.rh>
  33. RSPglass_holder()    <clean.rh>
  34. RSPjewel8pt()        <jewels.rh>
  35. RSPmounted_jewel8pt()    <jewels.rh>
  36.